.. _`Features to Images`: .. _`org.sysess.sympathy.machinelearning.features_to_images`: Features to Images ================== .. image:: features_to_image.svg :width: 48 Converts each row into a separate image in a list **Documentation** Converts each row into a separate image in a list *Configuration*: - *channels* Number of channels in image - *width* Width of image. If 0 then compute automatically assuming square input image *Input ports*: **X** : table Dataset to be converted *Output ports*: **out** : [image] Output images **Definition** *Input ports* :X: table Dataset to be converted *Output ports* :out: [image] Output images .. automodule:: node_utility .. class:: FeaturesToImages